home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 201
/
DPCS1104.ISO
/
Full
/
QuickBooks
/
QBTutor
/
Lesson2.dcr
/
00120_end-list button Cancel click.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-11-19
|
234 b
|
21 lines
property buttonReady
on mouseEnter me
buttonReady = 0
end
on mouseLeave me
buttonReady = 0
end
on mouseDown me
buttonReady = 1
end
on mouseUp me
if buttonReady > 0 then
go("Add to List")
end if
buttonReady = 0
end